Welcome![Sign In][Sign Up]
Location:
Search - linux file

Search list

[Linux-UnixLinux-kener-analysic

Description: 详细描述了linux内核架构和运行方式,它是pdf文件,有索引,字迹超级清楚,阅读起来非常方便。我知道这个电子书还有一个pdf扫面版本,超级不清楚。这个对在linux下驱动程序设计的初学者大有裨益。-Describes in detail the structure and operation mode linux kernel, it is pdf file, an index, super-clear writing, reading is very convenient. I know this e-book and a pdf version of sweep surfaces, super clear. The next driver in linux designed for beginners of great benefit.
Platform: | Size: 5143552 | Author: hexiaoya | Hits:

[Linux-Unixlinux_rootfs

Description: Linux文件系统开发的ppt,上课的教材-Linux file system development ppt, school textbooks
Platform: | Size: 10240 | Author: | Hits:

[Linux-UnixLinux

Description: Linux文件系统,用VC++编写代码,模拟实际情况下Linux系统下文件的操作-Linux file system, using VC++ to write code to simulate the actual case files under Linux operating system
Platform: | Size: 215040 | Author: 赵凯 | Hits:

[VC/MFCLinux

Description: VC++MFC模拟Linux文件系统的管理,设有账户登录,文件操作包括创建、删除、修改等-VC++ MFC simulation Linux file system management, with the account login, file operations include create, delete, modify, etc ... ...
Platform: | Size: 1866752 | Author: 赵凯 | Hits:

[Linux-UnixLinux

Description: 这是一篇关于Linux内核移植和根文件系统制作以及触摸屏的实现的文件.-This is a file which contains kernel transport and root files makeing and touchscreen.
Platform: | Size: 217088 | Author: 晓文 | Hits:

[Linux-Unixroot_qtopia

Description: Linux文件系统镜像root_qtopia.bin 256MB 厂家给的资料盘里带的,绝对好使~-Linux file system image root_qtopia.bin inner tube manufacturers to offer the information, and absolutely so that ~
Platform: | Size: 21468160 | Author: hubo | Hits:

[Linux-UnixFile-integrity-testing-procedures

Description: 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。-MD5 File Integrity based detection program, contains a total of 4 files: md5.h, md5.cpp, test.cpp, nankai.txt. Which md5.h achieved with md5.cpp file md5 class. test.cpp file contains the main function of the program, according to the different commands perform different functions, such as display summary information, generate MD5 summaries. nankai.txt is the book used to verify file integrity provided by the test file. Readers can write your own program to generate the md5 nankai.txt summary, and then compare the results with the book to verify the correctness of compiled programs.
Platform: | Size: 21504 | Author: Sunny kim | Hits:

[Linux-UnixLinux-Programing-source-code

Description: 这些源码以简单的示例介绍了Linux应用程序编程的一些关键操作,主要涉及文件操作,进程,进程控制,进程通信以及多线程操作。每个短小精悍,便于学习。-A simple example of these source Linux application programming introduced a number of key operations, mainly related to file operations, process, process control, process communication, and multi-threaded operation. Each short and pithy, easy to learn.
Platform: | Size: 19456 | Author: 吴俊杰 | Hits:

[Linux-Unixlinux-mycp

Description: 实现文件复制:完成一个目录复制命令,包括目录下的文件和子目录。学习和掌握操作系统中与文件操作相关的概念,并使用系统提供的API编程实现。-Implementation file: a directory to complete the copy command, including the directory files and subdirectories. Learn and master the operating system and file operation related concepts, and using the system provided API programming.
Platform: | Size: 2048 | Author: daibin | Hits:

[Linux-Unixfile_lock

Description: LINUX文件锁示例 共享锁和排它锁应用实例 用于读写文件加锁-LINUX file lock example Shared locks and exclusive locks Application Lock for reading and writing files
Platform: | Size: 6144 | Author: y | Hits:

[Linux-UnixFtype-and-AControl-in-Linux

Description: 介绍了Linux 下的文件类型和权限控制,Linux 下对所有的文件和目录都有一个访问权限,这些权限决定了谁能访问和如何访问这些 文件和目录。-Introduces Linux file types and under the authority control, Linux under all file and directory has an access permissions that determine who can access and how to access these files and directories.
Platform: | Size: 101376 | Author: 冰与火 | Hits:

[Linux-UnixLinux-kernel-source

Description: 该文件为Linux系统内核源码,虽小,但各个部分一应俱全,供Linux爱好者深入学习内核知识所用!-The file system for the Linux kernel source, is small, but readily available parts for the core Linux enthusiasts in-depth knowledge of the use of learning!
Platform: | Size: 89088 | Author: 王勇夫 | Hits:

[Linux-Unixlinux-2.6.22.6_100ask24x0.patch

Description: 包含在内核补丁文件中的驱动程序源码,包括LED驱动程序,串口驱动程序,网卡驱动程序,SD卡驱动程序,LCD和USB驱动程序。-Patch file included in the kernel driver source code, including LED drivers, serial port driver, NIC driver, SD card driver, LCD, and USB drivers.
Platform: | Size: 259072 | Author: 季册 | Hits:

[Linux-UnixLinux-driver-development5

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第5章、Linux文件系统与设备文件系统。由于字符设备和块设备都很好地体现了“一切都是文件”的设计思想,掌握Linux文件系统、设备文件系统的知识非常重要。首先,设备驱动最终通过操作系统的文件系统调用或C库函数(本质也基于系统调用)被访问。其次,驱动工程师在设备驱动中不可避免地会与设备文件系统打交道,如Linux 2.4内核的devfs文件系统和Linux 2.6内核的基于sysfs的udev文件系统。5.1节讲解了通过Linux API和C库函数在用户空间进行Linux文件操作的编程方法。5.2节分析了Linux文件系统的目录结构,简单介绍了Linux内核中文件系统的实现,并给出了文件系统与设备驱动的关系。5.3节和5.4节分别讲解Linux 2.4内核的devfs和Linux 2.6内核所采用的udev设备文件系统,并分析了两者的区别。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 5, Linux file system and equipment file system. Because characters equipment and piece of equipment are properly shows "everything is a document" design ideas, master Linux file system, equipment of the knowledge of the file system is very important. First, the device driver finally through the operating system of the file system calls or C library function (nature based on system call) were interviewed. Second, drive engineer in device driver inevitably will and equipment file system, such as Linux 2.4 kernel dealing with the devfs file system and Linux 2.6 kernel based on the udev sysfs of file system. Section 5.1 explained through the Linux API and C library function in user space for Linux file operation of the programming method. Section 5.2 the Linux analysis
Platform: | Size: 606208 | Author: 华清远见 | Hits:

[Linux-UnixLinux-file

Description: 嵌入式Linux文件系统启动脚本及分析,本文章详细介绍了在文件系统的启动过程 -failed to translate
Platform: | Size: 8192 | Author: 黄权航 | Hits:

[Embeded LinuxLinux-copy

Description: 自己总结了三种Linux机器间文件目录拷贝的操作方法。-Three Linux file directory copy operation between the machine
Platform: | Size: 74752 | Author: | Hits:

[Embeded Linuxlinux.ARM

Description: 嵌入式ARM、LINUX开发教程,包含LINUX文件系统,内核介绍移植,设备编程等-Embedded ARM, LINUX development tutorials, including the LINUX file system, introduced porting the kernel, device programming, etc.
Platform: | Size: 6964224 | Author: 王星 | Hits:

[Linux-UnixUbuntu.Linux.Bible

Description: 学习ubuntu系统的圣经!详细介绍了此系统的使用及系统原理,由浅入深,是linux开发者的必备宝典-If you’re already using Ubuntu, this book should be equally useful to you because it explains how to use the standard applications provided with Ubuntu, how to do common system configuration and system admin- istration tasks, and so on. If you’re already using Ubuntu on your desktop and do more with it, this book clearly explains how to install common servers for file-sharing, electronic mail handling, Web servers, and much more.
Platform: | Size: 22022144 | Author: dcdos139 | Hits:

[Linux-Unixfilesystem

Description: 使用ftw函数对目录进行遍历,函数原型是: int ftw(const char*dirpath, int(*fn)(const char*fpath, const struct stat *sb, int typeflag), int nopenfd) ftw函数遍历位于dirpath目录下的目录树,往下一层层地递归式遍历子目录 -Deepen the understanding of linux file system
Platform: | Size: 80896 | Author: yu | Hits:

[Internet-NetworkLinux-system-call

Description: Linux文件编程,系统调用原理,errno出现原因-Linux file programming,system call
Platform: | Size: 8192 | Author: 张正义 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net